This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Although I absolutely agree with Nad and Karl-Henry that you need to learn to use the LotusScript debugger, I do think I see the likely cause of your problem.
In your text, you say this: "I have added the BU_Contacts field of CRF form to Contract Header form also."
But in your code you have this:
docCRF.BU_Contacts = doc.BU_Contacts_Value(0)
So it looks like you are referring to a field called BU_Contacts_Value, but you have not mentioned that you added a a field with that name. So my guess is that you are getting the error on this line of code. You should verify this in the debugger and either change your code or add or rename the appropriate field.
Feedback response number WEBB8XDL2L created by ~Ned Nimfanakonyoopsi on 08/21/2012